Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 5ae4079e401619cb7e8bd74f67fdd5726f05fca6


Parents : 0ebde85
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-06-29T13:50:30+02:00

Updated codec2 recipe

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/recipes/pycodec2/__init__.py b/recipes/pycodec2/__init__.py
index df11c3e6..6bb567b0 100644
--- a/recipes/pycodec2/__init__.py
+++ b/recipes/pycodec2/__init__.py
@@ -7,7 +7,7 @@ import sh
class PyCodec2Recipe(CythonRecipe):
url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip"
# src_filename = "../../../pycodec2"
- depends = ["setuptools", "numpy", "Cython", "codec2"]
+ depends = ["setuptools", "numpy<=1.26.4", "Cython", "codec2"]
call_hostpython_via_targetpython = False
def get_recipe_env(self, arch, with_flags_in_cc=True):


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────